# Create Document from Webpage **POST /documents/webpage** Create a document with a webpage URL. > warn > Webpage must be publicly accessible without a login. If request fails with 400 error code, check if your firewall is blocking requests. ## Servers - https://ask71.tech/api/v1: https://ask71.tech/api/v1 () ## Authentication methods - Api key ## Parameters ### Body: application/json (object) - **folder_id** (string) - **url** (string(uri)) Valid and publicly accessible webpage URL. ## Responses ### 200 #### Body: application/json (object) - **data** (object) ### 400 Webpage was in-accessible. #### Body: application/json (object) - **message** (string) ### 422 Request validation errors. #### Body: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)