Create a new profile from signed image URLs.
Starts training asynchronously and returns a profile ID immediately.
Poll GET /profiles/{profile_id}/status to check when training completes.
Documentation Index
Fetch the complete documentation index at: https://docs.photalabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for creating a new profile.
Publicly accessible URLs pointing to the training images. Supported formats: JPEG, PNG, WebP, and HEIC/HEIF. Images larger than 4K (4096px) are automatically resized; for best results, provide images at 4K or below. PNG images are transcoded to JPEG (quality 95) for storage efficiency.
30 - 50 elementsOptional immutable tag to group or namespace this profile (e.g., your end-user's identifier).
1 - 128Successful Response
Response returned after a profile is created.
Unique identifier for the new profile. Use this to poll training status.