Skip to main content
GET
https://api.nanoclip.ai
/
v1
/
projects
/
{project_id}
Get Project
curl --request GET \
  --url https://api.nanoclip.ai/v1/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "project_id": "<string>",
  "status": "<string>",
  "created_at": "<string>",
  "source": {
    "type": "<string>",
    "filename": "<string>",
    "content_type": "<string>",
    "size_bytes": 123,
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Response

Successful Response

project_id
string
required
status
string
required
created_at
string
required
source
ProjectSourceResponse · object
required