cURL
curl --request GET \ --url https://backend.overtenai.com/api/v1/projects/{project_id}/files \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Send X-API-Key: sk_live_<your_key>. Keys are issued via POST /signup or via the dashboard. Legacy callers may also use Authorization: Bearer sk_live_<your_key>.
X-API-Key: sk_live_<your_key>
Authorization: Bearer sk_live_<your_key>
Successful Response