v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPost Source
Creates a source in the Isometric system. The client is provided with a presigned upload URL which must be used to upload the document associated with this source. Source documents are private, but other fields will be visible publicly once credits are issued for an associated removal, moving it to the public registry.
post/sources
Headers
x-client-secretstring required
A secret token identifying the client connecting to the API
Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
A secret token identifying the client connecting to the API
Request body
Example request
{
"project_id": "prj_1CTWZQGKE1S0VAXA"
}Response
Successful Response
Example response
{
"source": {
"id": "src_1EBBF4M7X1S06G1Y",
"project_id": "prj_1CTWZQGKE1S0VAXA"
}
}