cURL
curl --request POST \ --url https://context7.com/api/v2/add/openapi \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "openApiUrl": "https://api.example.com/openapi.json" } '
200
Example
{ "libraryName": "/owner/repo", "message": "Repository submitted successfully" }
Submit an OpenAPI specification URL for documentation processing.
Get your API key at context7.com/dashboard. Treat your API key like a password and store it securely.
URL pointing to an OpenAPI specification (JSON or YAML)
Library submitted successfully for processing
Response after successfully submitting a library
The library identifier assigned (e.g., /owner/repo)
Human-readable success message
Was this page helpful?