Get Content Details
Retrieve the most recent Instagram image posts and reels of a specific creator, including publish time, post description, and engagement metrics. This endpoint enables users to fetch the latest content details for visual and textual analysis or further content-based operations.
curl -X GET "https://apiv3.creatordb.app/instagram/content-detail?uniqueId=cristiano" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"
Documentation Index
Fetch the complete documentation index at: https://docs.creatordb.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The valid CreatorDB API key for authentication.
Query Parameters
Instagram account ID. Accepts instagram or @instagram format (@ is stripped automatically).
1 - 31^@?[a-zA-Z0-9._]+$"instagram"
Response
Instagram content details returned successfully.
Retrieved Instagram content details of a specified creator.
Show child attributes
Show child attributes
Number of API credits consumed by this request.
1
Number of API credits remaining. Returns -1 if the quota is unlimited.
-1
Unique trace ID for each request.
"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"
Time the response was generated, represented as a Unix timestamp in milliseconds.
1750732453635
Error code returned if the request fails. Empty if the request is successful.
""
Description of the error. Empty if the request is successful.
""
true if the request is successful.
true
curl -X GET "https://apiv3.creatordb.app/instagram/content-detail?uniqueId=cristiano" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"