cURL
curl --request POST \ --url https://api.migma.ai/v1/projects/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "urls": [ "<string>" ], "logoUrls": { "primary": "<string>", "secondary": "<string>", "favicon": "<string>" } } '
{ "success": true, "data": { "projectId": "<string>", "status": "pending", "domain": "<string>", "urls": [ "<string>" ], "message": "<string>" }, "error": "<string>" }
Import a brand project from one or more website URLs. Optionally include logo URLs to skip AI logo extraction.
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
1 - 10
Show child attributes
Import started
pending
Was this page helpful?