Skip to main content
POST
/
api
/
projects
/
extract
Extract From Source
curl --request POST \
  --url https://api.example.com/api/projects/extract
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Query Parameters

source_id
string
required
Minimum string length: 1
force
boolean
default:false

Response

Successful Response