Links
Get link by id
API Documentation
Link to videos
Links
Lipsyncs
Lipsyncs v2
Text to Speech
AI Shorts
AI Editing
Custom Templates
Avatar
Workspace
Links
Get link by id
Mixin to provide a reusable list
method for filtering and paginating queryset results.
GET
/
api
/
links
/
{id}
curl --request GET \
--url https://api.creatify.ai/api/links/{id}/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"link": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"image_urls": [],
"video_urls": [],
"reviews": "<any>",
"logo_url": "<string>",
"ai_summary": "<string>",
"ai_target_audiences": "<any>"
},
"credits_used": 123
}
Authorizations
API ID, from your settings page.
API Key, from your settings page.
Path Parameters
A UUID string identifying this link.
Response
200 - application/json
Maximum length:
1000
Maximum length:
1000
Maximum length:
1000
Maximum length:
1000
Credits used in this api call
curl --request GET \
--url https://api.creatify.ai/api/links/{id}/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"link": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"image_urls": [],
"video_urls": [],
"reviews": "<any>",
"logo_url": "<string>",
"ai_summary": "<string>",
"ai_target_audiences": "<any>"
},
"credits_used": 123
}