Link to videos
Links
Lipsyncs
Lipsyncs v2
Custom Templates
Custom Template Videos
Text to Speech
AI Shorts
AI Editing
Avatar
Workspace
Links
Get link by id
Mixin to provide a reusable list
method for filtering and paginating queryset results.
GET
/
api
/
links
/
{id}
/
Copy
Ask AI
curl --request GET \
--url https://api.creatify.ai/api/links/{id}/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
Copy
Ask AI
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"link": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"image_urls": [
"<string>"
],
"video_urls": [
"<string>"
],
"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
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.creatify.ai/api/links/{id}/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
Copy
Ask AI
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"link": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"title": "<string>",
"description": "<string>",
"image_urls": [
"<string>"
],
"video_urls": [
"<string>"
],
"reviews": "<any>",
"logo_url": "<string>",
"ai_summary": "<string>",
"ai_target_audiences": "<any>"
},
"credits_used": 123
}
Assistant
Responses are generated using AI and may contain mistakes.