External Models
Create and publish a model story via external API
Creates a published model story and returns a presigned URL for uploading its media. The caller must upload the file to the returned URL within 1 hour.
post/v1/external-models/{id}/stories
Path parameters
idstring required
Model ID
Headers
x-api-keystring required
API key for authentication
Request body
Example request
{
"media_type": "photo",
"content_type": "image/webp",
"expires_at": "2026-05-08T12:00:00.000Z"
}Response
Story created and published with presigned upload URL
Changes
No recorded changes to this endpoint across all 1 revision of this API.